var net/http.http2errRequestCanceled
13 uses
net/http (current package)
h2_bundle.go#L8695: var http2errRequestCanceled = errors.New("net/http: request canceled")
h2_bundle.go#L8815: return http2errRequestCanceled
h2_bundle.go#L8890: cs.abortStream(http2errRequestCanceled)
h2_bundle.go#L8891: return nil, cancelRequest(cs, http2errRequestCanceled)
h2_bundle.go#L8938: return http2errRequestCanceled
h2_bundle.go#L8950: return http2errRequestCanceled
h2_bundle.go#L9011: err = http2errRequestCanceled
h2_bundle.go#L9057: return http2errRequestCanceled
h2_bundle.go#L9076: return http2errRequestCanceled
h2_bundle.go#L9192: cs.bufPipe.CloseWithError(http2errRequestCanceled)
h2_bundle.go#L9474: return 0, http2errRequestCanceled
h2_bundle.go#L10318: return http2errRequestCanceled
transport.go#L2719: var errRequestCanceled = http2errRequestCanceled
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)